home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00225.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  251 b   |  10 lines

  1. on enterFrame
  2.   puppetSprite(48, 1)
  3.   set the castNum of sprite 48 to the number of cast "DIRECTM.MOV"
  4.   updateStage()
  5.   set the movieTime of sprite 48 to 0
  6.   set the movieRate of sprite 48 to 1
  7.   set the visible of sprite 48 to 1
  8.   updateStage()
  9. end
  10.